.navxp_VL_3DB_Gray {
    
    /*background-color: [bgcolor_menubar];*/
    font-family: Arial;
    font-size: 12px;
    text-align: left;
}

.navxp_VL_3DB_Gray .startBk {
    width: 100%;
    margin-top: 7px; margin-right: 4px; margin-bottom: 0px; margin-left: 0px;
    height: 32px;
    background-image: url(bk_left_GRAY.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom-width: 0px; border-bottom-style: solid; border-bottom-color: #e0e0e0; 
}

.navxp_VL_3DB_Gray .itemsBk {
    height: 32px;
    background-image: url(bk_btn_gray.png);
    background-repeat: repeat-x;
    overflow: hidden;
    margin: 0 10px 0 10px;
}

.navxp_VL_3DB_Gray .endBk {
    width:  100%;
    height: 32px;
    background-image: url(bk_right_gray.png);
    background-repeat: no-repeat;
    background-position: right top;
}



.navxp_VL_3DB_Gray .lineBk {
    width: 100%;
    height: 7px;
    background-image: url(bk_line.png);
    background-repeat: repeat-x;
}


.navxp_VL_3DB_Gray a.itemL0:link, .navxp_VL_3DB_Gray a.itemL0:visited {
    display: block;

    font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; font-family: Verdana; text-decoration: none; color: #081b52; 
    padding-top: 9px; padding-right: 10px; padding-bottom: 3px; padding-left: 10px;
}

.navxp_VL_3DB_Gray a.itemL0:hover, .navxp_VL_3DB_Gray a.itemL0:active  {
    background-color: [bgcolor_root_hover];

    font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; font-family: Verdana; text-decoration: underline; color: #081b52; 
}

.navxp_VL_3DB_Gray a.itemL0Sel:link, .navxp_VL_3DB_Gray a.itemL0Sel:visited {
    display: block;

    font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; font-family: Verdana; text-decoration: underline; color: #081b52; 
    padding-top: 9px; padding-right: 10px; padding-bottom: 3px; padding-left: 10px;
}


/*
    Add your own styles to this file, which is loaded only for theme Gray.
    To avoid style collisions, prefix your styles with the CSS class of root NavXp element.
*/